home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Dev / C / Tinygl.lha / TinyGL / src / msghandling.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-15  |  219 b   |  9 lines

  1. #ifndef _msghandling_h_
  2. #define _msghandling_h_
  3.  
  4. extern void tgl_warning(const char *text, ...);
  5. extern void tgl_trace(const char *text, ...);
  6. extern void tgl_fixme(const char *text, ...);
  7.  
  8. #endif /* _msghandling_h_ */
  9.